home *** CD-ROM | disk | FTP | other *** search
Wrap
//Microsoft App Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #include "winuser.h" #undef APSTUDIO_HIDDEN_SYMBOLS #include "..\..\snacdlgs.h" ///////////////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ////////////////////////////////////////////////////////////////////////////// // // Version // #include "..\..\inc\acmever.h" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION PRODUCTVERSION VER_PRODUCTVERSION FILEFLAGSMASK VER_FILEFLAGSMASK FILEFLAGS VER_FILEFLAGS FILEOS VER_FILEOS FILETYPE VER_FILETYPE FILESUBTYPE VER_FILESUBTYPE { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "CompanyName", VER_COMPANYNAME_STR VALUE "FileDescription", "Sample App DLL\0" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "SETUPCLI.DLL\0" VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR VALUE "LegalTrademarks", VER_LEGALTRADEMARKS_STR VALUE "ProductName", VER_PRODUCTNAME_STR VALUE "ProductVersion", VER_PRODUCTVERSION_STR VALUE "Comments", VER_COMMENT_STR } } } #ifdef APSTUDIO_INVOKED ////////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""..\\..\\snaccah.h""\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END ///////////////////////////////////////////////////////////////////////////////////// #endif // APSTUDIO_INVOKED ////////////////////////////////////////////////////////////////////////////// // // Bitmap // 111 BITMAP MOVEABLE PURE "COMPLETE.BMP" 112 BITMAP MOVEABLE PURE "CUSTOM.BMP" 121 BITMAP MOVEABLE PURE "LOGOVGA.BMP" 122 BITMAP MOVEABLE PURE "LOGOEGA.BMP" ////////////////////////////////////////////////////////////////////////////// // // Dialog // SNASetup ICON setupcli.ICO ClientProtocols DIALOG 134, 55, 205, 183 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Select Client/Server Protocols" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 26, 159, 40, 14 PUSHBUTTON "&Help", IDC_HELPT, 138, 159, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 82, 159, 40, 14 LTEXT "Several client/server protocols have been detected on this computer.", IDC_TEXT1, 46, 10, 143, 30 LTEXT "SNA Client can work with any of them; please choose the option button for the protocol you want to use.", IDC_TEXT2, 7, 38, 170, 30 AUTORADIOBUTTON "Microsoft Networking (Named Pipes)", IDC_MSFT, 16, 97, 165, 10 AUTORADIOBUTTON "Novell NetWare (IPX/SPX)", IDC_NOVELL, 16, 117, 165, 10 AUTORADIOBUTTON "TCP/IP", IDC_TCPIP, 16, 137, 165, 10 ICON "SNASetup", 110, 15, 8, 18, 20 END ClientMode DIALOG 199, 72, 200, 144 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "SNA Client Mode" FONT 8, "MS Shell Dlg" BEGIN AUTORADIOBUTTON "&Local (same domain)", IDC_LOCAL, 23, 70, 144, 10 AUTORADIOBUTTON "&Remote (different domain)", IDC_REMOTE, 23, 90, 144, 10 LTEXT "Your SNA Client may operate on the same network domain as the Primary SNA Server (""Local"" operation), or on a different Network domain than the server (""Remote"" operation).", IDC_TEXT3, 10, 10, 182, 48 DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 24, 122, 40, 14 PUSHBUTTON "&Help", IDC_HELPT, 136, 122, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 80, 122, 40, 14 END REMOTECLIENT DIALOG 200, 126, 211, 148 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Remote SNA Server Names" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Please enter the name of your Primary Sponsor Server. This is the SNA Server your client will connect to for configuration information.", IDC_TEXT3, 11, 8, 191, 36 LTEXT "You may also enter the name of an optional Backup Sponsor Server.", IDC_TEXT4, 11, 41, 191, 22 EDITTEXT IDC_PRIMARY, 51, 79, 147, 12, ES_AUTOHSCROLL EDITTEXT IDC_BACKUP, 51, 103, 147, 12, ES_AUTOHSCROLL DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 29, 128, 40, 14 PUSHBUTTON "&Help", IDC_HELPT, 85, 128, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 141, 128, 40, 14 LTEXT "&Primary:", IDC_TEXT1, 7, 81, 34, 8 LTEXT "Bac&kup:", IDC_TEXT2, 7, 104, 34, 8 END LOCALCLIENT DIALOG 117, 121, 180, 128 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Network Domain Name" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Please enter the name of the SNA Server domain in which you wish to operate. this can be the same as the Windows NT domain, or it can be the name of an SNA Server subdomain that is wholly contained within a Windows NT domain.", IDC_TEXT1, 9, 9, 167, 54 LTEXT "Domain Name:", IDC_TEXT2, 10, 72, 51, 12 EDITTEXT IDC_DOMAIN, 65, 68, 104, 15, ES_AUTOHSCROLL DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 15, 108, 40, 14 PUSHBUTTON "&Help", IDC_HELPT, 70, 108, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 125, 108, 40, 14 END EXITYESNO DIALOG 76, 66, 221, 64 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Exit Setup" FONT 8, "MS Shell Dlg" BEGIN ICON "SNASetup", 110, 10, 7, 18, 20 PUSHBUTTON "&Resume Setup", IDC_RESUME, 49, 44, 53, 14 PUSHBUTTON "E&xit Setup", IDC_EXIT, 118, 44, 53, 14 LTEXT "Are you sure you want to Exit?", IDC_TEXT1, 43, 10, 130, 8 LTEXT "Setup has not yet modified any files.", IDC_TEXT2, 43, 22, 137, 8 END ClientProtocolsEX DIALOGEX 134, 55, 205, 183 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Select Client/Server Protocols" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 54, 153, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 110, 153, 40, 14 LTEXT "Several client/server protocols have been detected on this computer.", IDC_TEXT1, 46, 10, 143, 30 LTEXT "SNA Client can work with any of them; please choose the option button for the protocol you want to use.", IDC_TEXT2, 7, 38, 170, 30 AUTORADIOBUTTON "Microsoft Networking (Named Pipes)", IDC_MSFT, 16, 97, 165, 10 AUTORADIOBUTTON "Novell NetWare (IPX/SPX)", IDC_NOVELL, 16, 117, 165, 10 AUTORADIOBUTTON "TCP/IP", IDC_TCPIP, 16, 137, 165, 10 ICON "SNASetup", 110, 15, 8, 18, 20 END ClientModeEX DIALOGEX 199, 72, 200, 144 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "SNA Client Mode" FONT 8, "MS Shell Dlg" BEGIN AUTORADIOBUTTON "&Local (same domain)", IDC_LOCAL, 23, 70, 144, 10 AUTORADIOBUTTON "&Remote (different domain)", IDC_REMOTE, 23, 90, 144, 10 LTEXT "Your SNA Client may operate on the same network domain as the Primary SNA Server (""Local"" operation), or on a different Network domain than the server (""Remote"" operation).", IDC_TEXT3, 10, 10, 182, 48 DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 52, 124, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 108, 124, 40, 14 END REMOTECLIENTEX DIALOGEX 200, 126, 211, 148 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Remote SNA Server Names" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Please enter the name of your Primary Sponsor Server. This is the SNA Server your client will connect to for configuration information.", IDC_TEXT3, 11, 8, 191, 36 LTEXT "You may also enter the name of an optional Backup Sponsor Server.", IDC_TEXT4, 11, 41, 191, 22 EDITTEXT IDC_PRIMARY, 51, 79, 147, 12, ES_AUTOHSCROLL EDITTEXT IDC_BACKUP, 51, 103, 147, 12, ES_AUTOHSCROLL DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 57, 128, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 113, 128, 40, 14 LTEXT "&Primary:", IDC_TEXT1, 7, 81, 34, 8 LTEXT "Bac&kup:", IDC_TEXT2, 7, 104, 34, 8 END LOCALCLIENTEX DIALOGEX 117, 121, 180, 128 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US EXSTYLE WS_EX_CONTEXTHELP CAPTION "Network Domain Name" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Please enter the name of the SNA Server domain in which you wish to operate. this can be the same as the Windows NT domain, or it can be the name of an SNA Server subdomain that is wholly contained within a Windows NT domain.", IDC_TEXT1, 9, 9, 167, 54 LTEXT "Domain Name:", IDC_TEXT2, 10, 72, 51, 12 EDITTEXT IDC_DOMAIN, 65, 68, 104, 15, ES_AUTOHSCROLL DEFPUSHBUTTON "&Continue", IDC_CONTINUE, 42, 108, 40, 14 PUSHBUTTON "E&xit", IDC_EXIT, 98, 108, 40, 14 END EXITYESNOEX DIALOGEX 76, 66, 221, 64 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Exit Setup" FONT 8, "MS Shell Dlg" BEGIN ICON "SNASetup", 110, 10, 7, 18, 20 PUSHBUTTON "&Resume Setup", IDC_RESUME, 49, 44, 53, 14 PUSHBUTTON "E&xit Setup", IDC_EXIT, 118, 44, 53, 14 LTEXT "Are you sure you want to Exit?", IDC_TEXT1, 43, 10, 130, 8 LTEXT "Setup has not yet modified any files.", IDC_TEXT2, 43, 22, 137, 8 END APPLETDLG DIALOG 101, 97, 267, 191 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Licensing Agreement" FONT 8, "MS Shell Dlg" BEGIN LTEXT "The Windows 95 Client for SNA Server is provided as a no-cost software supplement to the Microsoft SNA Server versions 2.1 or 2.11 you have previously licensed.", IDC_TEXT1, 5, 5, 254, 32 PUSHBUTTON "&Yes", IDC_CONTINUE, 85, 163, 40, 14 PUSHBUTTON "&No", IDC_EXIT, 141, 163, 40, 14 LTEXT "Use of this software is subject to terms of the Microsoft Software Agreement provided with the respective SNA Server product and may only be used in conjunction with a valid Client Access License for SNA Server which must be acquired separately.", IDC_TEXT2, 5, 37, 254, 41 LTEXT "I Agree", IDC_TEXT3, 121, 141, 37, 14 LTEXT "The 5250 applet, 3270 applet and the ODBC driver are licensed for only one user per SNA Server. Additional licenses must be purchased separately. See the SNA Server Companion Product Catalog for a listing of available third party software for SNA Server.", IDC_TEXT4, 5, 78, 254, 40 END NOAPPLETDLG DIALOG 101, 97, 267, 138 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Licensing Agreement" FONT 8, "MS Shell Dlg" BEGIN LTEXT "The Windows 95 Client for SNA Server is provided as a no-cost software supplement to the Microsoft SNA Server versions 2.1 or 2.11 you have previously licensed.", 101, 5, 5, 254, 32 PUSHBUTTON "&Yes", IDC_CONTINUE, 85, 115, 40, 14 PUSHBUTTON "&No", IDC_EXIT, 141, 115, 40, 14 LTEXT "Use of this software is subject to terms of the Microsoft Software Agreement provided with the respective SNA Server product and may only be used in conjunction with a valid Client Access License for SNA Server which must be acquired separately.", 102, 5, 37, 254, 41 LTEXT "I Agree", 105, 121, 93, 37, 14 END #ifndef APSTUDIO_INVOKED //////////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED